FBEDGE
Section: User Commands (1)
Updated: 25-Jun-90
Index
Return to Main Contents
NAME
fbedge - compute the derivative of an image (edge detection)
SYNOPSIS
fbedge [ -t<threshhold> ] [ -<type> ] < bitmap > bitmap
DESCRIPTION
Computes a halftoned image composed of edges in the original. Edge
detection is done by digital Laplacian.
- -t<num>
-
threshhold
argument, specifies a threshhold for detecting edges. Pixels with
first derivatives greater than the threshhold will be black, and others
will be white.
- -B
-
face
format, as used by Bennet Yee's
face
program at CMU.
- -F
-
FBM,
format (by default, the default). You are guaranteed not
to lose information by specifying FBM as the default.
- -G
-
GIF,
Compuserve GIF format.
- -I
-
IFF
format, interleaved bitmaps (ILBM), used by Amigas.
- -P
-
PBM,
Jef Poskanzer's bitmap format.
- -S
-
sun,
Sun rasterfiles (not run length encoded).
EXAMPLE
To produce an image of regions in a grayscale image where the first
derivative is greater than 10, and output the result as a Sun
rasterfile:
% fbedge -t10 -S < foo.gray > foo.1bit
SEE ALSO
fbm(1) for general discussion, pbm(1) for PBM routines.
BUGS
None known.
HISTORY
Copyright (C) 1989,1990 by Gary Sherwin & Michael Mauldin.
Permission is granted to use this file in whole or in part for
any purpose, educational, recreational or commercial, provided
that this copyright notice is retained unchanged. This software
is available to all free of charge by anonymous FTP and in the
UUNET archives.
- 25-Jun-90 Michael Mauldin at Carnegie Mellon University
-
Release 1.0 mlm@cs.cmu.edu
- 07-Mar-89 Michael L. Mauldin at Carnegie Mellon University
-
Beta release (version 0.9) mlm@cs.cmu.edu
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
- SEE ALSO
-
- BUGS
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 01:28:15 GMT, December 05, 2024